projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286d4b3
)
(read-shell-command): Other typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 21:30:29 +0000
(21:30 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 21:30:29 +0000
(21:30 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 901f9f7400e33fa2d6f90eca4a0cbbfdafb84526..03a170cac3ec855b19e3ac4053fe629049b4a132 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1940,7
+1940,7
@@
The arguments are the same as the ones of `read-from-minibuffer',
except READ and KEYMAP are missing and HIST defaults
to `shell-command-history'."
(apply 'read-from-minibuffer prompt initial-contents
- (or keymap minibuffer-local-shell-command-map)
+ minibuffer-local-shell-command-map
nil
(or hist 'shell-command-history)
args))